home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / demos / ftl / amf.txt < prev    next >
Encoding:
Text File  |  1995-09-06  |  826 b   |  22 lines

  1. (Note: The change caused by this menu option is only 
  2. visible by opening another hypertext file or by using 
  3. a jump link to another file.)
  4.  
  5. The "Disable Images" menu option sets a flag
  6. which is used by the OnAssertMatchFound 
  7. method of the THyperTextParser component. 
  8. This method is used to override processing of 
  9. matches against the currently active regular 
  10. expression. In this case, any match against
  11. a standalone image has its text replaced by
  12. the phrase "inline image". (This could be
  13. used by a text-only HTML viewer, for example.) 
  14.  
  15. (Note: Assert methods normally are used to abort
  16. all further processing of an action, while the
  17. Handle Methods modify the processing. These
  18. two methods can each be overridden in code by
  19. direct assignment for Assert types and virtual
  20. overriding for Handle types.)
  21.  
  22.